2005-06-10 Matthias Clasen <mclasen@redhat.com>
+ * gtk/tmpl/gtkclipboard.sgml:
+ * gtk/gtk-sections.txt: Add GtkClipboardIamgeReceivedFunc
+
* gtk/tmpl/gtkpaned.sgml:
* gtk/tmpl/gtkmenu.sgml:
</variablelist>
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
<!-- ##### STRUCT GtkClipboard ##### -->
<para>
@data: the @user_data supplied to gtk_clipboard_request_text().
+<!-- ##### USER_FUNCTION GtkClipboardImageReceivedFunc ##### -->
+<para>
+ A function to be called when the results of gtk_clipboard_request_image()
+ are received, or when the request fails.
+</para>
+
+@clipboard: the #GtkClipboard
+@pixbuf: the received image
+@data: the @user_data supplied to gtk_clipboard_request_image().
+@Since: 2.6
+
<!-- ##### USER_FUNCTION GtkClipboardTargetsReceivedFunc ##### -->
<para>
A function to be called when the results of gtk_clipboard_request_targets()